The H5A_DELETE procedure removes the attribute specified by its name from a dataset, group, or named datatype.
Note: This function requires that all attributes be closed on the specified object and will close any attributes currently open.
H5A_DELETE, Loc_id, Name
An integer giving the identifier of the group, dataset, or named datatype from which the attribute will be deleted.
A string giving the name of the attribute to delete.
None
See the example under H5F_CREATE.
6.2 |
Introduced |